home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_15 / PlaceObject2_236_129 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  155 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    x = _root.ship._x;
  3.    y = _root.ship._y;
  4.    setProperty("_root.masque", _X, x);
  5.    setProperty("_root.masque", _Y, y);
  6. }
  7.